Screen

Screen is where all widgets should be contained. This way, the event methods are forwarded correctly, there can exist a drag and drop. Render order by stack is also possible

Constructors

this
this()
Undocumented in source.

Members

Functions

findWidget
int findWidget(Widget w)
Undocumented in source. Be warned that the author may not have intended to support it.
setDragging
void setDragging(Widget w, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
setFocusOn
void setFocusOn(Widget w)
Undocumented in source. Be warned that the author may not have intended to support it.
setupEvents
void setupEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
stopDragging
void stopDragging()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

draggedWidget
Widget draggedWidget;
Undocumented in source.
focusedWidget
Widget focusedWidget;
Undocumented in source.

Meta